a,
a:hover {
  text-decoration: none;
}
.modal-bg {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-bg .modal-container {
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #F4F4F4;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
.modal-bg .modal-container .modal-cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 13px;
  cursor: pointer;
}
.modal-bg .modal-container .modal-logo {
  width: 111px;
  height: 26px;
  margin: 45px auto 50px;
}
.modal-bg .modal-container .modal-logo img {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container {
  width: 315px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal-bg .modal-container .modal-input-container .modal-input {
  border: none;
  color: #000000;
  width: 70%;
  height: 40px;
  outline: none;
}
.modal-bg .modal-container .modal-input-container input[type='tel'],
.modal-bg .modal-container .modal-input-container input[type='password'] {
  width: 100%;
}
.modal-bg .modal-container .modal-input-container .modal-get-code {
  color: #E73828;
  cursor: pointer;
  white-space: nowrap;
}
.modal-bg .modal-container .modal-input-container .modal-pwd-tip {
  position: absolute;
  bottom: -22px;
  left: 0;
  font-size: 12px;
  color: #E73828;
  line-height: 12px;
}
.modal-bg .modal-container .modal-red-font {
  color: #E73828;
}
.modal-bg .modal-container .modal-btn {
  margin: 50px auto 0;
  width: 216px;
  height: 42px;
  background: #E73828;
  border-radius: 6px;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .alert {
    left: 100px !important;
    width: calc(100% - 100px) !important;
  }
}
@media (max-width: 979px) {
  .alert {
    left: 60px !important;
    width: calc(100% - 60px) !important;
  }
  .search-wrapper-container{
    display: none !important;
  }
  .beianhaonew {
    display:none;
  }
}
@media (max-width: 767px) {
  .modal-bg .modal-container {
    max-width: 90%;
  }
  .modal-bg .modal-container .modal-input-container {
    max-width: 80%;
  }
  .alert {
    left: 0 !important;
    width: 100% !important;
  }
}
.form-control {
  border: 1px solid #e6e6e6 !important;
  color: #333333 !important;
  font-size: 16px !important;
}
.alert {
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 9999;
  width: calc(100% - 200px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-top: -150px;
}
.alert .content span {
  line-height: 45px;
  padding: 0 60px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
.container-fluid {
  background: #fcfcfc;
}
.container-fluid > div > div:first-child {
  width: 200px;
}
.container-fluid > div > div:last-child {
  width: calc(100% - 200px);
  padding: 0 10px;
}
#contentMain {
  padding-bottom: 60px;
  box-sizing: border-box;
}
.side-bar {
  width: 100%;
  min-height: 100vh;
}
.side-bar .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 0;
}
.side-bar .logo-wrapper img {
  cursor: pointer;
}
.side-bar .logo-wrapper .full-logo {
  width: 127px;
  /* height: 30px; */
}
.side-bar .logo-wrapper .small-logo {
  display: none;
  width: 57px;
  height: 57px;
}
.side-bar .navigation {
  width: 100%;
  max-height: calc(100vh - 140px);
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.side-bar .navigation:hover {
  overflow-y: auto;
}
.side-bar .navigation::-webkit-scrollbar {
  width: 8px;
}
.side-bar .navigation::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.side-bar .navigation::-webkit-scrollbar-track {
  background: transparent;
}
.side-bar .navigation:hover {
  scrollbar-color: #c1c1c1 #eee;
}
.side-bar .navigation:hover::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}
.side-bar .navigation:hover::-webkit-scrollbar-track {
  background-color: #eee;
}
.side-bar .navigation a {
  text-decoration: none;
  color: #333333;
}
.side-bar .navigation .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  padding-left: 23px;
  margin-bottom: 10px;
}
.side-bar .navigation .item .left {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}
.side-bar .navigation .item .right {
  font-size: 16px;
}
.side-bar .navigation .item .active-color {
  color: white;
}
.side-bar .navigation .app-item {
  position: relative;
}
.side-bar .navigation .app-item .menu-app {
  display: none;
  background: url("../images/icon-img/menu-app.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 60%;
  bottom: 0;
  width: 169px;
  height: 160px;
  padding: 23px 25px 0 34px;
  z-index: 1001;
}
.side-bar .navigation .app-item .menu-app img {
  width: 110px;
  height: 110px;
}
.side-bar .navigation .app-item:hover .menu-app {
  display: block;
}
.side-bar .navigation .item-active {
  background-color: #E73828;
  border-radius: 6px;
}
.content-wrapper {
  /* padding: 0 20px 0 0; */
  margin: 0 auto;
  width: 980px;
}
.content-wrapper .search-header {
  /* margin: 35px 0; */
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.content-wrapper .search-header .logo {
  width: 80px;
  /* height: 19px; */
  display: none;
}
.content-wrapper .search-header .search-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 70%;
}
.content-wrapper .search-header .search-wrapper input {
  height: 44px;
}
.content-wrapper .search-header .search-wrapper .iconsousuo {
  color: #999999;
  position: absolute;
  right: 15px;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
  text-decoration: none;
}
.content-wrapper .search-header .menu {
  font-size: 26px;
  display: none;
}
.content-wrapper .search-header .user-menu-wrapper:hover .user-menu-list {
  display: block;
}
.content-wrapper .search-header .user-menu-wrapper .user {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu-list {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9;
  padding-top: 4px;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu-list:hover {
  display: block;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu {
  background: #FFFFFF;
  padding: 0 10px 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu div {
  width: 81px;
  padding: 10px 0;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  cursor: pointer;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu div a {
  text-decoration: none;
  color: #666;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu div a:hover {
  color: #E73828;
}
.content-wrapper .search-header .user-menu-wrapper .user-menu div:last-child {
  border-bottom: none;
}
.content-wrapper .navbar-collapse {
  float: left;
  width: 100%;
  margin: -20px 0 0 -15px;
  padding: 0 15px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #fcfcfc;
}
.content-wrapper .menu-list {
  width: 100%;
  display: none;
  left: 0;
  top: 115px;
}
.content-wrapper .menu-list .menu-list-top {
  text-align: center;
}
.content-wrapper .menu-list .menu-list-top img {
  width: 38px;
  height: 38px;
  margin: 24px 0 20px;
}
.content-wrapper .menu-list .menu-list-top .tabs ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li {
  height: 40px;
  width: 50px;
  list-style-type: none;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li .t-li {
  margin-bottom: 8px;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li .t-li a {
  text-decoration: none;
  color: #666666;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li .t-li a:hover {
  text-decoration: none;
  color: #666666;
}
.content-wrapper .menu-list .menu-list-top .tabs .tab-li .active {
  width: 20px;
  height: 2px;
  background-color: #E73828;
  border-radius: 1px;
  margin: auto;
}
.content-wrapper .menu-list .menu-row {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.content-wrapper .menu-list .item {
  width: calc((100% - 30px) / 3 - 1px);
  height: calc((100vw - 60px) / 3 - 1px);
  margin-right: 15px;
  margin-bottom: 15px;
  background: #F4F4F4;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-wrapper .menu-list .item:nth-child(3n) {
  margin-right: 0;
}
.content-wrapper .menu-list .item .item-wrapper {
  width: 57px;
  display: flex;
}
.content-wrapper .menu-list .item .left {
  font-size: 14px;
  color: #666666;
  margin-bottom: 3px;
}
.content-wrapper .menu-list .item .right {
  font-size: 16px;
}
.content-wrapper .menu-list .item .active-color {
  color: white;
}
.content-wrapper .menu-list .item-active {
  background-color: #E73828;
}
.content-wrapper .crumbs {
  font-size: 14px;
  color: #999999;
  padding-bottom: 30px;
}
.content-wrapper .crumbs a,
.content-wrapper .crumbs a:hover {
  color: #999999;
}
.content-wrapper .carousel-indicators {
  bottom: -35px;
}
.content-wrapper .carousel-indicators .active {
  border: 1px solid #E73828;
  background-color: #E73828;
  width: 35px;
  margin: 1px;
  height: 6px;
}
.content-wrapper .carousel-indicators li {
  background-color: #d8d8d8;
  border: 1px solid #d8d8d8;
  height: 6px;
  width: 6px;
}
.content-wrapper .carousel-inner {
  border-radius: 6px;
}
.content-wrapper .carousel-inner img {
  object-fit: cover;
  width: 100%;
  height: 420px;
}
.content-wrapper .carousel-inner .item .carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 100%;
  height: 123px;
  z-index: 999;
  padding: 25px 0 0 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0px 0px 6px 6px;
  font-size: 18px;
  color: #FFFFFF;
}
.content-wrapper .carousel-inner .item .carousel-caption .font-big {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 36px;
}
.content-wrapper .sub-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.content-wrapper .sub-banner-wrapper .item {
  width: calc((100% - 32px * 3) / 4);
  height: auto;
  margin-right: 32px;
  transition: transform 0.12s;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.content-wrapper .sub-banner-wrapper .item:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .sub-banner-wrapper .item:last-child {
  margin-right: 0;
}
.content-wrapper .sub-banner-wrapper .item img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.content-wrapper .sub-banner-wrapper .item .bot-font-wrapper {
  position: absolute;
  width: 100%;
  height: 58px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 6px 6px;
  padding: 12px;
  color: #FFFFFF;
  font-size: 14px;
}
.content-wrapper .sub-banner-wrapper .item .bot-font-wrapper span {
  height: 42px;
  display: inline-block !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .info-section-wrapper {
  width: 100%;
  padding: 50px 0 0;
  display: inline-block;
}
.content-wrapper .info-section-wrapper .new-flash-wrapper {
  position: sticky;
  top: 20px;
  margin-bottom: 25px;
}
.content-wrapper .info-section-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper .info-section-wrapper .header .title {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 28px;
}
.content-wrapper .info-section-wrapper .header .more {
  font-size: 14px;
  color: #999999;
  margin-bottom: 30px;
  cursor: pointer;
}
.content-wrapper .info-section-wrapper .header .more a {
  text-decoration: none;
  color: #999999;
}
.content-wrapper .info-section-wrapper .news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-wrapper .info-section-wrapper .news-header .title {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 28px;
}
.content-wrapper .info-section-wrapper .news-header .more {
  font-size: 14px;
  color: #999999;
}
.content-wrapper .info-section-wrapper .news-wrapper {
  border-radius: 6px 6px 0px 0px;
}
.content-wrapper .info-section-wrapper .news-wrapper .top {
  background-color: #E73828;
  height: 5px;
  margin-bottom: 15px;
}
.content-wrapper .info-section-wrapper .news-wrapper .item {
  padding: 20px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #f4f4f4;
}
.content-wrapper .info-section-wrapper .news-wrapper .item:last-child {
  border-bottom: none;
}
.content-wrapper .info-section-wrapper .news-wrapper .item .left {
  width: 11px;
  height: auto;
}
.content-wrapper .info-section-wrapper .news-wrapper .item .right .title {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  font-weight: 400;
}
.content-wrapper .info-section-wrapper .news-wrapper .item .right .time {
  margin-top: 10px;
  line-height: 12px;
  font-size: 12px;
  color: #999999;
}
.content-wrapper .info-section-wrapper .list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item {
  border-radius: 6px;
  width: calc((100% - 32px * 2) / 3 - 1px);
  margin-right: 32px;
  box-shadow: 0px 2px 4px 0px #F8F8F8;
  margin-bottom: 25px;
  background: #FFFFFF;
  padding: 0;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item a {
  text-decoration: none;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item:hover {
  box-shadow: 0 7px 10px 0 rgba(127, 144, 176, 0.3);
  transition-duration: 0.2s;
}
.content-wrapper .new-image-cover {
  height: 140px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .new-image {
  width: 100%;
  object-fit: cover;
  transition: transform 0.12s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 140px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .new-image:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image-cover {
  height: 180px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image {
  width: 100%;
  object-fit: cover;
  transition: transform 0.12s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 180px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content {
  padding: 20px 15px;
  width: 100%;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .type span {
  font-size: 12px;
  color: #3580F9;
  line-height: 12px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  height: 44px;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .desc {
  margin-top: 10px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  font-size: 14px;
  text-align: left;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .news-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .news-info span {
  line-height: 12px;
}
.content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .news-info .editor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content-wrapper .info-section-wrapper .news-flash-border {
  height: 5px;
  background: #E73828;
  border-radius: 6px 6px 0 0;
}
.content-wrapper .info-section-wrapper .news-flash-list {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 #F8F8F8;
  border-radius: 0 0 6px 6px;
  padding: 0px 10px 0;
  max-height: 621px;
  overflow: hidden;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item a {
  display: flex;
  text-decoration: none;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item:last-child {
  border-bottom: none;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item .list-item-yuan {
  width: 11px;
  min-width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #D8D8D8;
  margin: 5px 12px 0 0;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item .list-item-title {
  color: #333333;
  line-height: 16px;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item .list-minute {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item:hover .list-item-yuan {
  border: 2px solid #3580F9;
}
.content-wrapper .info-section-wrapper .news-flash-list .list-item:hover .list-item-title {
  color: #3580F9;
}
.content-wrapper .info-section-wrapper .recommend-item a {
  text-decoration: none;
}
.content-wrapper .recommend-item-cover {
  height: 140px;
}
.content-wrapper .info-section-wrapper .recommend-item .recommend-image-cover {
  height: 140px;
}
.content-wrapper .info-section-wrapper .recommend-item img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  height: 140px;
}
.content-wrapper .info-section-wrapper .recommend-item img:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.content-wrapper .info-section-wrapper .recommend-item .recommend-title {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.content-wrapper .load-more-btn {
  width: 222px;
  height: 42px;
  line-height: 41px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  margin: 35px auto 74px;
}
.content-wrapper .load-more-btn a {
  text-decoration: none;
  color: #333333;
}
.bottom-wrapper {
  background: #F4F4F4;
  margin: 0 -15px;
  position: fixed;
  left: 215px;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}
.bottom-wrapper .content-wrapper {
  padding: 0 15px;
}
.bottom-wrapper .bottom-top-row {
  height: 60px;
  line-height: 60px;
}
.bottom-wrapper .bottom-top-row .website-info {
  font-size: 14px;
  color: #333333;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.bottom-wrapper .bottom-top-row .website-info img {
  width: 8px;
  margin-left: 5px;
  margin-top: -5px;
  transition-duration: 0.2s;
  transform: rotate(180deg);
}
.bottom-wrapper .bottom-top-row .website-info .rotate-img {
  transform: rotate(0deg);
}
.bottom-wrapper .bottom-logo img {
  width: 103px;
}
.bottom-wrapper .bottom-big-font {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.bottom-wrapper .bottom-big-font span {
  margin-right: 30px;
}
.bottom-wrapper .bottom-big-font span a {
  text-decoration: none;
  color: #333333;
}
.bottom-wrapper .bottom-font-margin span {
  margin: 0 15px;
}
.bottom-wrapper .bottom-font-margin span:first-child {
  margin-left: 0;
}
.bottom-wrapper .bottom-line {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}
.bottom-wrapper .bottom-bot-row {
  padding: 35px 0;
  background: #F8F8F8;
  transition-duration: 0.2s;
}
.bottom-wrapper .bottom-bot-none {
  height: 0;
  transition-duration: 0.2s;
  overflow: hidden;
  padding: 0;
}
.bottom-wrapper .bottom-font-small {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.bottom-wrapper .bottom-bei {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.bottom-wrapper .bottom-bei img {
  width: 12px;
  margin-right: 3px;
}
.bottom-wrapper .bottom-right-icon {
  float: right;
}
.bottom-wrapper .bottom-right-icon img {
  width: 30px;
  margin-left: 20px;
}
.bottom-wrapper .bottom-right-icon .bottom-right-weixin-hover-img {
  text-decoration: none;
  position: relative;
}
.bottom-wrapper .bottom-right-icon .bottom-right-weixin-hover-img span {
  display: none;
  float: left;
  position: absolute;
  width: 130px;
  height: 130px;
  background: #FFFFFF url("https://www.donews.com/static/2020824new/images/erweima.png") no-repeat;
  background-size: cover;
  text-align: center;
  left: -35px;
  top: -150px;
}
.bottom-wrapper .bottom-right-icon .bottom-right-weixin-hover-img span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: -9px;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #fff;
}
.bottom-wrapper .bottom-right-icon .bottom-right-weixin-hover-img:hover span {
  display: inline-block;
}
.bottom-wrapper .bottom-right-img {
  padding-top: 36px;
}
.bottom-wrapper .bottom-right-img img {
  width: 95px;
  margin-left: 15px;
}
.sep-line {
  background-color: #e6e6e6;
  height: 1px;
  width: 1000vw;
  margin-left: -100vw;
  margin-top: 45px;
}
button.navbar-toggle {
  margin-right: 0;
  padding: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav a {
  text-decoration: none;
  color: #333333;
}
.special-item a {
  text-decoration: none;
  color: #333333;
}
.modal-bg {
  background: rgba(0, 0, 0, 0) !important;
}
.modal-bg .modal-container {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
}
.modal-bg .change-login-type {
  font-size: 12px;
  text-align: center;
  margin: 20px 0 45px;
}
.modal-bg .change-login-type span {
  cursor: pointer;
}
.modal-bg .modal-read-tip {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .content-wrapper .sub-banner-wrapper .item {
    width: calc((100% - 32px * 2) / 3 - 1px);
  }
  .content-wrapper .sub-banner-wrapper .item:last-child, 
  .content-wrapper .sub-banner-wrapper .item:nth-child(4),
  .content-wrapper .sub-banner-wrapper .item:nth-child(5){
    display: none;
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(4) {
    margin-right: 0px;
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(3){
    margin-right: 0;
  }
  .searchBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-wrapper .crumbs {
    font-size: 12px;
    color: #999999;
    padding: 15px 0;
  }
  .content-wrapper .carousel {
    margin-top: 15px;
  }
  .content-wrapper .info-section-wrapper {
    padding: 30px 0 0;
  }
  .content-wrapper .info-section-wrapper .header .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item:hover {
    box-shadow: none;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(3n) {
    margin-bottom: 15px !important;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item img:hover {
    transform: none;
  }
  .content-wrapper .info-section-wrapper .news-flash-list .list-item:hover .list-item-yuan {
    border: 2px solid #D8D8D8;
  }
  .content-wrapper .info-section-wrapper .news-flash-list .list-item:hover .list-item-title {
    color: #333333;
  }
  .content-wrapper .info-section-wrapper .recommend-item img:hover {
    transform: none;
  }
  .content-wrapper .info-section-special-wrapper {
    padding: 10px 0 0;
  }
  .content-wrapper .carousel-inner .item .carousel-caption {
    right: 0;
    left: 0;
    height: 42px;
    padding: 10px;
  }
  .content-wrapper .carousel-inner .item .carousel-caption .font-big {
    font-size: 16px;
  }
  .content-wrapper .carousel-inner .item .carousel-caption .font-small {
    display: none;
  }
  .content-wrapper .sub-banner-wrapper .item {
    width: calc((100% - 32px) / 2 - 1px);
    margin-right: 0;
  }
  .content-wrapper .sub-banner-wrapper .item:hover {
    transform: none;
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(3),
  .content-wrapper .sub-banner-wrapper .item:nth-child(4),
  .content-wrapper .sub-banner-wrapper .item:last-child {
    display: none;
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(3) {
    margin-right: 0;
  }
  .content-wrapper .load-more-btn {
    margin: 35px auto 50px;
  }
  .bottom-wrapper .content-wrapper {
    padding: 0 15px;
  }
  .bottom-wrapper .bottom-top-row {
    height: 54px;
    line-height: 54px;
  }
  .bottom-wrapper .bottom-top-row .website-info {
    font-size: 12px;
  }
  .bottom-wrapper .bottom-bot-row {
    padding: 20px 0 25px;
  }
  .bottom-wrapper .bottom-bot-none {
    padding: 0;
  }
  .bottom-wrapper .bottom-big-font {
    font-size: 12px;
  }
  .bottom-wrapper .bottom-font-margin span {
    margin: 0 10px 0 4px;
  }
  .bottom-wrapper .bottom-bei {
    padding-top: 10px;
  }
  .content-wrapper .sub-banner-wrapper {
    margin-top: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-wrapper .search-header .search-wrapper .iconsousuo {
    top: 12px;
  }
  .content-wrapper .info-section-wrapper .header .title {
    display: inline-block;
  }
  .content-wrapper .info-section-wrapper .new-flash-wrapper {
    top: 0;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item-ie {
    width: calc((100% - 32px * 2) / 3 - 1px);
    margin-right: 31px;
  }
  .ie10 .content-wrapper .info-section-wrapper .header {
    display: block;
  }
  .ie10 .content-wrapper .info-section-wrapper .header .more {
    float: right;
    margin-top: 5px;
  }
  .ie10 .content-wrapper .info-section-wrapper .new-flash-wrapper .list-item .list-item-title {
    width: calc(100% - 90px);
    height: 32px;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .title {
    display: inline-block;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item .content .desc {
    display: inline-block;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .content-wrapper .search-header .search-wrapper .iconsousuo {
    top: 4px;
  }
}
/*# sourceMappingURL=custom.css.map */


/* 搜索框 begin */
.search-wrapper-container {
  width: 100%;
  overflow: scroll;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(249, 249, 249, 0.96);
  z-index: 1001;
}
/* .search-wrapper-container{
  transition-duration: 2s;
  transition-timing-function: linear;
} */
@keyframes searchAnimation {
  from{
    top: 100%;
  }
  to{
    top: 157px;
  }
}
.search-wrapper-container .search-content{
  width: 986px;
  border-radius: 8px;
  border: 1px solid #F4F4F4;
  position: absolute;
  top: 157px;
  left: 50%;
  transform: translate(-50%, -10%);
  padding: 10px;

  animation-name: searchAnimation;
  animation-duration: .5s;
  animation-delay: 0s;

}
.search-wrapper-container .search-content .search-wrapper-top{
  display: flex;
  position: relative;
}
.search-wrapper-container .search-content .search-wrapper-top .search-icon{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #999999;
}
.search-wrapper-container .search-content .search-wrapper-top .search-close{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #999999;
}
.search-wrapper-container .search-content .search-wrapper-top .search-close img{
  width: 40px;
  height: 40px;
}
.search-wrapper-container .search-content .search-wrapper-top .search-icon .iconfont{
  font-size: 22px;
}
.search-wrapper-container .search-content .search-wrapper-top input{
  border: none !important;
  -webkit-appearance:none;/*去除阴影边框*/
  -webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 28px;
  width: 90%;
  background: rgba(249, 249, 249, 0.96);
  box-shadow: none;
  font-size: 30px !important;
}
.search-wrapper-container .search-content .hot-search{
  margin-top: 37px;

}
.search-wrapper-container .search-content .hot-search .title{
  height: 20px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.search-wrapper-container .search-content .hot-search .hot-search-item{
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 120px;
  overflow: hidden;
}
.search-wrapper-container .search-content .hot-search .hot-search-item >a{
  margin-right: 28px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3580F9;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}

.search-wrapper-container .search-bottom{
  margin-top: 170px;
  display: flex;
  justify-content: space-between;
}

.search-wrapper-container .search-bottom > .search-bottom-item .item-title{
  height: 18px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.search-wrapper-container .search-bottom .newsItem{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.search-wrapper-container .search-bottom .newsItem .item{
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-bottom: 12px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-wrapper-container .search-bottom .newsItem .item a{
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.search-wrapper-container .search-bottom .new-img img{
  width: 312px;
  height: 180px;
}
.type{
  position: relative;
}

@media (min-width: 979px) {
  .search-wrapper-container .search-content{
    width: 825px;
  }
  .search-wrapper-container .search-bottom .new-img img{
    width: 245px;
    height: 152px;
  }
  .search-wrapper-container .search-bottom > .search-bottom-item{
    width: calc((100% - 45px * 2) / 3);
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image-cover-item {
    height: 157px !important;
  }
}
@media (min-width: 1200px) {
  .search-wrapper-container .search-content{
    width: 986px;
  }
  .search-wrapper-container .search-bottom .new-img img{
    /* width: 312px; */
    width: auto;
    max-width: 100%;
    height: 180px;
  }
  .search-wrapper-container .search-bottom > .search-bottom-item{
    width: calc((100% - 25px * 2) / 3);
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image-cover-item {
    height: 180px !important;
  }
  .show1600 {
    display: flex !important;
  }
}

/* add bby wh for 1600自适应 */
@media (max-width: 1599px) {
  .content-wrapper .sub-banner-wrapper .item:nth-child(4) {
    margin-right: 0;
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .content-wrapper .info-section-special-wrapper .col-lg-3:nth-child(5) {
    display: none;
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(5) {
    display: none;
  }
  .carousel-inner > .item > a > img{
    max-height: 420px;
  }
  #newFlashFatherWrapper .list-wrapper .normal-item:nth-child(10),
  #newFlashFatherWrapper .list-wrapper .normal-item:nth-child(11),
  #newFlashFatherWrapper .list-wrapper .normal-item:nth-child(12),
  .info-section-special-wrapper-more .list-wrapper .normal-item:nth-child(7),
  .info-section-special-wrapper-more .list-wrapper .normal-item:nth-child(8)
  {
    display: none;
  }
  .carousel-right {
    display: none;
  }
  .glyphicon {
    cursor: pointer;
  }
  .hidden-max {
    display: none !important;
  }
  .show1600 {
    display: none !important;
  }
  .show1200 {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .show376 {
    display: flex !important;
  }
  .show1200 {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .content-wrapper {
    margin: 0 auto;
    width: 1314px;
  }
  .carousel-inner > .item{
    /* width: 1314px; */
    height: 450px;
  }
  .carousel-inner > .item > a{
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 15px;
    /* left: 157px; */
  }
  .carousel-inner > .item > .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
  .carousel-inner > .item > .bord{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
  }
  .content-wrapper .carousel-inner{
    border-radius: 0;
  }
  
  .carousel-inner > .item > a > img{
    width: 1000px;
    max-height: 420px;
  }
  .content-wrapper .carousel-inner .item .carousel-caption{
    /* left: 157px; */
    width: 1000px;
    border-radius: 0px 0px 0px 0px;
  }
  .content-wrapper .sub-banner-wrapper .item {
    width: calc((100% - 22px * 4) / 5 - 1px);
  }
  .content-wrapper .sub-banner-wrapper .item:nth-child(5) {
    display: block;
    margin-right: 0;
  }
  /* .content-wrapper .info-section-wrapper .list-wrapper{
    display: flex;
    justify-content: space-between;
  } */
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item {
    width: calc((100% - 30px * 3) / 4 - 2px);
  }
  .content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .content-wrapper .search-header .search-wrapper{
    width: 700px;
  }
  .col-lg-9{
    width: 80%;
  }
  .col-lg-3{
    width: 20%;
  }

  .search-wrapper-container .search-content{
    width: 1172px;
  }
  .search-wrapper-container .search-bottom > .search-bottom-item{
    width: calc((100% - 118px * 2) / 3);
  }
  .business-top-row{
    margin: 0;
  }
  .carousel-copper {
    display: flex;
  }
  .carousel-inner > .item {
    width: 1000px;
  }
  .carousel-right {
    margin-left: 10px;
  }
  .carousel-right .carousel-right-one {
    width: 304px;
    height: 264px;
    margin-top: 15px;
    position: relative;
  }
  .carousel-right .carousel-right-one img, .carousel-right .carousel-right-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .carousel-right .carousel-right-one .bot-font-wrapper,  .carousel-right .carousel-right-two .bot-font-wrapper{
    padding-left: 15px;
    padding-right: 17px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;

    position: absolute;
    width: 100%;
    height: 58px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 0 0 6px 6px;
    color: #FFFFFF;
  }

  .carousel-right .carousel-right-two {
    width: 304px;
    height: 141px;
    margin-top: 16px;
    position: relative;
  }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .01) 100%);
    margin: 15px 0;
  }

  .carousel-control.right {
    /* background-image: none; */
    background-image: linear-gradient(to right, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .9) 100%);
    margin: 15px 0;
  }
  .glyphicon {
    cursor: pointer;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -60px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -60px;
  }
}

@media print {
  a::after {
    content: none !important;
  }
  @page {
    margin: 0;
    size: 1600px 1200px;
  }
  #contentMain {
    height: 100% !important;
  }
  .sep-line {
    display: none;
  }
}